projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
becb505
)
Disallow single-include unconditionally because this is a new file
author
Michael Natterer
<mitch@gimp.org>
Thu, 9 Jul 2009 14:31:27 +0000
(16:31 +0200)
committer
Michael Natterer
<mitch@gimp.org>
Thu, 9 Jul 2009 14:31:27 +0000
(16:31 +0200)
gtk/gtkentrybuffer.h
patch
|
blob
|
history
diff --git
a/gtk/gtkentrybuffer.h
b/gtk/gtkentrybuffer.h
index 275aaa1b3b1c330ac52f98217f84416bcbd76b04..cf2ddda90f60c359f9e190050f56498e6af79ec2 100644
(file)
--- a/
gtk/gtkentrybuffer.h
+++ b/
gtk/gtkentrybuffer.h
@@
-17,7
+17,7
@@
* Boston, MA 02111-1307, USA.
*/
-#if
defined(GTK_DISABLE_SINGLE_INCLUDES) &&
!defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif